-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove providers from default features #302
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #302 +/- ##
=======================================
Coverage 97.42% 97.42%
=======================================
Files 20 20
Lines 4345 4345
=======================================
Hits 4233 4233
Misses 112 112 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a semver-incompatible change, is that intentional? If so, suggest proactively bumping the version number.
c1c2a7b
to
c9be7e0
Compare
Yep, definitely intentional. I also plan to do a breaking PR for rustls/pki-types#27 -- downstream I am needing to take a dependency on this crate just to reuse consts from |
c9be7e0
to
e0f0a69
Compare
This uncovers that ci was broken for ring-alone, as aws-lc-rs was still built for `rcgen`, but nothing was asking for prebuilt-nasm. Fix that by setting the environment variable.
e0f0a69
to
ed6bba6
Compare
fixes #264